Skip to content

Commit d9c9ab6

Browse files
committed
Update adv path
1 parent 0b22a84 commit d9c9ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {Http2ServerRequest, Http2ServerResponse} from 'node:http2';
33
import DeferredInvoker from "./DeferredInvoker";
44
import {start as startServer} from './server';
55

6-
const FAKE_RESOURCE = '/adv.css';
6+
const FAKE_RESOURCE = '/css/adv.css';
77

88
async function onRequest(
99
request: Http2ServerRequest,

0 commit comments

Comments
 (0)