Skip to content

Commit e609ba9

Browse files
committed
fix: revert pushing openapi url change
1 parent 080044d commit e609ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi-ts.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ const sharedPlugins = [
2525

2626
export default defineConfig([
2727
{
28-
input: 'http://localhost/swagger/1/swagger.json',
28+
input: 'https://api.openshock.dev/swagger/1/swagger.json',
2929
output: {
3030
path: 'src/lib/api/internal/v1',
3131
postProcess: ['prettier'],
3232
},
3333
plugins: sharedPlugins,
3434
},
3535
{
36-
input: 'http://localhost/swagger/2/swagger.json',
36+
input: 'https://api.openshock.dev/swagger/2/swagger.json',
3737
output: {
3838
path: 'src/lib/api/internal/v2',
3939
postProcess: ['prettier'],

0 commit comments

Comments
 (0)