Spaces:
Paused
Paused
Update server/src/index.ts
Browse files- server/src/index.ts +1 -1
server/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import express from 'express'
|
| 2 |
import cors from 'cors'
|
| 3 |
import dotenv from 'dotenv'
|
| 4 |
-
import api from './routes/api'
|
| 5 |
|
| 6 |
dotenv.config()
|
| 7 |
|
|
|
|
| 1 |
import express from 'express'
|
| 2 |
import cors from 'cors'
|
| 3 |
import dotenv from 'dotenv'
|
| 4 |
+
import api from './routes/api.ts'
|
| 5 |
|
| 6 |
dotenv.config()
|
| 7 |
|