add docker
This commit is contained in:
parent
dcb2b5ee53
commit
e9d703ec7c
10 changed files with 316 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { Request, Response } from 'express';
|
||||
import { getQuote, getRandomQuote, listTranslations } from './data/db.js';
|
||||
import { getQuote, getRandomQuote, listTranslations } from './data/quote.js';
|
||||
import { listRandomImages } from './data/unsplash.js';
|
||||
|
||||
function onGetRandomQuote(_req: Request, res: Response): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue