Skip to content

Commit

Permalink
fix: fixed server url (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter authored Feb 27, 2024
1 parent 52124c6 commit f89a494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/openapi/onecx-welcome-internal-openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
openapi: 3.0.3
info:
title: onecx-theme image import from file during the start of the application
title: onecx-welcome internal api
version: 1.0.0
servers:
- url: "http://onecx-theme-svc:8080"
- url: "http://onecx-welcome-svc:8080"
tags:
- name: imagesInternal
paths:
Expand Down

0 comments on commit f89a494

Please sign in to comment.