1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-08 13:27:55 -05:00

comment updated

This commit is contained in:
Ean Milligan (Bastion)
2022-06-19 04:19:25 -04:00
parent 66f08bf538
commit 137f6388f7

View File

@ -16,7 +16,7 @@ import {
import { dbClient } from './db.ts';
import endpoints from './endpoints/_index.ts';
// start(databaseClient) returns nothing
// start() returns nothing
// start initializes and runs the entire API for the bot
const start = async (): Promise<void> => {
const server = Deno.listen({ port: config.api.port });