* add tests * compute index before triggering URL load * bonus: improve urls topbar label
12 lines
144 B
YAML
12 lines
144 B
YAML
openapi: "3.0.0"
|
|
|
|
info:
|
|
title: Two
|
|
|
|
paths:
|
|
/:
|
|
get:
|
|
summary: an operation
|
|
responses:
|
|
"200":
|
|
description: OK |