Skip to content

Commit efc83e0

Browse files
committed
feat: update version to 0.1.7
1 parent ba92150 commit efc83e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@std/http": "jsr:@std/http@^1.0.22"
55
},
66
"name": "@01edu/api",
7-
"version": "0.1.6",
7+
"version": "0.1.7",
88
"license": "MIT",
99
"exports": {
1010
"./context": "./context.ts",

api/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { type RequestContext, runContext } from './context.ts'
4040
import { respond, ResponseError } from './response.ts'
4141
import { now } from '@01edu/time'
4242
import type { Awaitable } from '@01edu/types'
43-
import { BASE_URL } from '@01edu/api/env'
43+
import { BASE_URL } from './env.ts'
4444

4545
type Handler = (ctx: RequestContext) => Awaitable<Response>
4646
/**

0 commit comments

Comments
 (0)