Wire up search backend to app backend testbed.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-02-15 16:07:34 +01:00
parent e0854f10d5
commit b7b4cc319c
4 changed files with 28 additions and 1 deletions
@@ -36,7 +36,7 @@ export async function startStandaloneServer(
const service = createServiceBuilder(module)
.enableCors({ origin: 'http://localhost:3000' })
.addRouter('/api/search', router);
.addRouter('/search', router);
return await service.start().catch(err => {
logger.error(err);