@extends('layouts.app')
@section('title', 'API Explorer')
@push('styles')
@endpush
@section('content')
API Explorer
OpenAPI 기반 API 테스트 도구
@include('dev-tools.partials.auth-modal')
@endsection
@push('scripts')
{{-- 공유 인증 스크립트 --}}
@include('dev-tools.partials.auth-scripts')
@endpush