added image and location APIs #4

Merged
joseph.nelson4456 merged 3 commits from create-location-image-routes into main 2026-05-16 22:43:53 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 92e5cbe711 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@ import express from 'express'
import { Pool } from 'pg'
import { database } from '../../config'
const { check, validationResult } = require('express-validator/check')
const { check, validationResult } = require('express-validator')
const router = express.Router()
+1 -1
View File
@@ -2,7 +2,7 @@ import express from 'express'
import { Pool } from 'pg'
import { database } from '../../config'
const { check, validationResult } = require('express-validator/check')
const { check, validationResult } = require('express-validator')
const router = express.Router()