change localhost to loopback ipv4

This commit is contained in:
2023-03-03 16:36:13 +01:00
parent 4e940af2c0
commit bf6f6fed57
+1 -1
View File
@@ -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