Honestly way too much went into this single commit. I am so sorry future me
This commit is contained in:
@@ -4,7 +4,9 @@ import { Router } from 'oak';
|
||||
|
||||
const app = new CGGService({ prefix: '/game-systems' });
|
||||
|
||||
app.route(new Router());
|
||||
app.route(new Router()
|
||||
.get('/', ctx => ctx.response.body = 'game-systems service')
|
||||
);
|
||||
|
||||
app.start();
|
||||
console.log('User service running on ' + Deno.args.at(0));
|
||||
console.log('game-systems service running on ' + Deno.args.at(0));
|
||||
|
Reference in New Issue
Block a user