change localhost to loopback ipv4
This commit is contained in:
@@ -5,7 +5,7 @@ info:
|
|||||||
title: OpenAPI
|
title: OpenAPI
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
servers:
|
servers:
|
||||||
- url: 'http://localhost:3001/v1'
|
- url: 'http://127.0.0.1:3001/v1'
|
||||||
tags:
|
tags:
|
||||||
- name: player
|
- name: player
|
||||||
description: Everything about players
|
description: Everything about players
|
||||||
|
|||||||
Reference in New Issue
Block a user